- generateKeyId(PublicKey) - Static method in class no.bbs.server.util.CryptoUtil
-
- generateKeyIdString(PublicKey) - Static method in class no.bbs.server.util.CryptoUtil
-
- generateMerchantReference() - Method in class no.bbs.server.implementation.BIDFacade
-
- generateMerchantReference(String) - Method in class no.bbs.server.implementation.BIDFacade
-
Method to generate the reference to show to the user during mobile authentication.
- generateRandom(int) - Static method in class no.bbs.server.util.SecureRandomGenerator
-
- generateSHADigestInfoStructure(byte[], String) - Method in class no.bbs.server.handlers.NativeCryptokiHandler
-
- getAction() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the initSession action parameter value
that was set
- getAction() - Method in class no.bbs.server.vos.MobileInfo
-
- getAddInfoAccount() - Method in class no.bbs.server.vos.AdditionalInformation
-
- getAddInfoAccount() - Method in class no.bbs.server.vos.CertificateStatus
-
Account Information from the Validation Authority
- getAddInfoAccountErr() - Method in class no.bbs.server.vos.AdditionalInformation
-
- getAddInfoAccountErr() - Method in class no.bbs.server.vos.CertificateStatus
-
Call this method if getAddInfoAccount returned null.
- getAddInfoOrgNo() - Method in class no.bbs.server.vos.AdditionalInformation
-
- getAddInfoOrgNo() - Method in class no.bbs.server.vos.CertificateStatus
-
Organisation Number from the Validation Authority
- getAddInfoOrgNoErr() - Method in class no.bbs.server.vos.AdditionalInformation
-
- getAddInfoOrgNoErr() - Method in class no.bbs.server.vos.CertificateStatus
-
Call this method if getAddInfoOrgNo returned null.
- getAddInfoSSN() - Method in class no.bbs.server.vos.AdditionalInformation
-
- getAddInfoSSN() - Method in class no.bbs.server.vos.CertificateStatus
-
Social Security Number from the Validation Authority
- getAddInfoSSNErr() - Method in class no.bbs.server.vos.AdditionalInformation
-
- getAddInfoSSNErr() - Method in class no.bbs.server.vos.CertificateStatus
-
Call this method if getAddInfoSSN returned null.
- getAdditionalInfoList() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getAdditionalInformation() - Method in class no.bbs.server.vos.BIDSessionData
-
- getAIALocation() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate AIALocation
- getAllSafeBagsFromPKCS12File(File, char[]) - Static method in class no.bbs.server.util.CryptoUtil
-
Helper method to load all SafeBags from a PKCS#12 keystore.
- getAlternativeBankIdRootCertificate() - Method in class no.bbs.server.implementation.MerchantContext
-
- getAttribtueValue() - Method in class no.bbs.bankid.server.xml.XMLAttribute
-
- getAttributeName() - Method in class no.bbs.bankid.server.xml.XMLAttribute
-
- getAuthCert() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the merchants authentication certificate
- getAuthCertificateChain() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the merchant authentication certificate chain
- getAuthCertPrivKey() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the PrivateKey that corresponds with the merchant
authentication certificate
- getAuthCertPubKey() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the Public Key that resides in the merchants
authentication certificate
- getAuthenticatedAttributeBBSChannel() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
- getAuthPrivKeyLabel() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the authentication PrivateKey Label
- getB64FullOCSPResponse() - Method in class no.bbs.server.vos.CertificateStatus
-
- getB64OCSPRequest() - Method in class no.bbs.server.vos.CertificateStatus
-
- getB64OCSPRequestNonce() - Method in class no.bbs.server.vos.CertificateStatus
-
- getB64OCSPResponse() - Method in class no.bbs.server.vos.CertificateStatus
-
The BasicOCSPResponse as Base64Encoded byte[].
- getB64OCSPResponse() - Method in class no.bbs.server.vos.PKCS7WithOCSPResponse
-
Returns Base64-encoded OCSPResponse bytes
- getB64PKCS7() - Method in class no.bbs.server.vos.PKCS7WithOCSPResponse
-
Returns Base64-encoded PKCS7 (Signature) bytes
- getB64Pkcs7Hash() - Method in class no.bbs.server.vos.DocumentToSign
-
- getB64Request() - Method in exception no.bbs.server.exception.BIDException
-
- getB64Response() - Method in exception no.bbs.server.exception.BIDException
-
- getB64SecureChannelSignature() - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Returns the B64SecureChannelSignature as String
- getB64SecureChannelSignatureBytes() - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Returns the B64SecureChannelSignatureBytes as byte[]
- getB64SecureChannelSignedData() - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Returns the B64SecureChannelSignedData as String
- getB64SecureChannelSignedDataBytes() - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Returns the B64SecureChannelSignedDataBytes
- getB64ServerChallenge() - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Returns the base64-encoded Server challenge to be sent to the BankID Client
- getB64ServerChallengeAsString() - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Return the b64encoded serverchallenge as String
- getB64ServerInfo(MerchantContext) - Static method in class no.bbs.server.handlers.InitSessionHandler
-
- getB64ServerInfo() - Method in class no.bbs.server.handlers.ServiceHostHandler
-
- getB64ServerSignature() - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Returns the base64-encoded serverSignature (pkcs#7) of the client challenge
- getB64ServerSignatureAsString() - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Returns the b64encoded server signature as string
- getB64Signature() - Method in class no.bbs.server.vos.SignatureAndData
-
Returns the String representation of the base64-encoded
server signature (pkcs7)
- getB64SignatureBytes() - Method in class no.bbs.server.vos.SignatureAndData
-
returns the base64-encoded server signature bytes
- getB64SignedData() - Method in class no.bbs.server.vos.DocumentToSign
-
Returns the Base64 String of the data that was signed.
- getB64SignedData() - Method in class no.bbs.server.vos.SignatureAndData
-
Returns the base64-encoding of the signed data bytes
as String
- getB64SignedDataBytes() - Method in class no.bbs.server.vos.SignatureAndData
-
Returns the base64-encoding of the signed data bytes
- getBank() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getBankidEnvironment() - Method in class no.bbs.server.vos.ContextInfo
-
Returns the BankID environment for this merchant context.
- getBankIDRootCert2048() - Method in class no.bbs.server.implementation.EnvOveride
-
- getBankIDRootCert2048() - Method in class no.bbs.server.vos.Env
-
- getBankIDRootCert4096() - Method in class no.bbs.server.implementation.EnvOveride
-
- getBankIDRootCert4096() - Method in class no.bbs.server.vos.Env
-
- getBankIDRootCertificate(X509Certificate) - Static method in class no.bbs.server.constants.JSCertificates
-
Returns the BankID root certificate with a particular subject DN
- getBankIdRootCertificate() - Method in class no.bbs.server.implementation.MerchantContext
-
Return the BankID Root Certificate configured for this merchant context.
- getBankIDRootCertificates() - Static method in class no.bbs.server.constants.JSCertificates
-
Returns the BankID root certificate for all environments as X509 instances.
- getBankIDThrustAnchors(X509Certificate) - Static method in class no.bbs.server.constants.JSCertificates
-
Returns the BankID root certificates as a set of TrustAnchors.
- getBankName() - Method in class no.bbs.server.util.X509CertificateWrapper
-
- getBankName() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the BankName as present in the certificate
- getBaseKey() - Method in class no.bbs.server.handlers.MessageProtector
-
This method returns the baseKey
- getBytes() - Method in class no.bbs.server.util.BIDByteArray
-
Returns the contents of the BIDByteArray as byte[]
- getCallback() - Method in class no.bbs.server.vos.MobileInfo
-
- getCarrier() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getCarrier() - Method in class no.bbs.server.vos.GrantedCertificatePolicy
-
return the carrier
- getCertificate() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Gets the DER the certificate DER encoded
- getCertificateInfo(byte[]) - Method in class no.bbs.server.implementation.BIDFacade
-
Returns a CertificateInfo with the Certificate Information for the input
X509Certificate bytes.
- getCertificateInfo(String) - Method in class no.bbs.server.implementation.BIDFacade
-
This method parses the input PKCS7 and retrieves the signer Certificate.
- getCertificateKeySize() - Method in class no.bbs.server.implementation.MerchantContext
-
- getCertificatePolicyAccessList() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns a HashMap containing a Map of Certificate Policies that
are allowed to be used in this Context
- getCertificatePolicyAccessList() - Method in interface no.bbs.server.interfaces.IApplicationContext
-
- getCertificatePolicyOID() - Method in class no.bbs.server.vos.GrantedCertificatePolicy
-
Returns the policyID
- getCertificateStatus(String, List<String>, String, OCSPFormat) - Method in class no.bbs.server.implementation.BIDFacade
-
This method is for internal use only.
- getCertificateStatus(String, List<String>) - Method in class no.bbs.server.implementation.BIDFacade
-
This method parses the input signature (PKCS#7) and extracts the signer
certificate and its issuer certificate.
- getCertificateStatus(String, List<String>, String) - Method in class no.bbs.server.implementation.BIDFacade
-
This method is for internal use only.
- getCertificateStatus() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns a CertificateStatus object.
- getCertificateStatus() - Method in class no.bbs.server.vos.CertificateStatus
-
Returns the Certificate Status.
- getCertificateStatus() - Method in class no.bbs.server.vos.DocumentToSign
-
- getCertificateStatusRFC6960(String, List<String>, String) - Method in class no.bbs.server.implementation.BIDFacade
-
Get CertificateStatus with RFC6960 signature validation.
- getCertificateType() - Method in class no.bbs.server.vos.GrantedCertificatePolicy
-
Returns the cert type
- getCertInfo() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getCertType() - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the certType in Web-client.
- getCertType() - Method in class no.bbs.server.vos.MobileInfo
-
- getClientChallenge() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getClientID() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the ClientID.
- getClientIP() - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to get the IP address of the client.
- getClientOCSP() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the client OCSP response
The method must be used during the process of creating an SEID_SDO
- getClientOCSP() - Method in class no.bbs.server.vos.DocumentToSign
-
- getClientOCSPBytes() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the client OCSP response
The method must be used during the process of creating an SEID_SDO
- getClientOCSPBytes() - Method in class no.bbs.server.vos.DocumentToSign
-
Returns the client OCSP bytes.
- getClientProxyPublicKey() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getClientProxyURL() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getClientSessionTimeout() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getClientSignature() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the client signature
The method must be used during the process of creating an SEID_SDO
- getClientSignature() - Method in class no.bbs.server.vos.DocumentToSign
-
- getClientSignatureBytes() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the client signature
The method must be used during the process of creating an SEID_SDO
- getClientSignatureBytes() - Method in class no.bbs.server.vos.DocumentToSign
-
Returns the client signature bytes over the document to be signed.
- getClientVersion() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getCmsFormat() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getCommonName() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Retrieves the commonName in the SubjectName
field in the SubjectName field
- getCommonName() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the CommonName as present in the certificate
- getCommTimeout() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the external communication timeout in millis
- getCommTimeout() - Method in class no.bbs.server.vos.MerchantConfig
-
The external communication timeout in millis.
- getCompileVersion() - Static method in class no.bbs.server.util.Util
-
- getContextInfo(String) - Method in class no.bbs.server.implementation.BIDFactory
-
Returns an instance of no.bbs.server.vos.ContextInfo containing context-specific
information for the given merchantName.
- getContextMode() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the mode (p12 OR hsm, hsm is not supported in this version)
- getCountryCode() - Method in class no.bbs.server.vos.MobileInfo
-
- getDataBytesToBeSigned() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getDataBytesToBeSigned() - Method in class no.bbs.server.vos.DocumentToSign
-
- getDataDescription() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getDataToBeSigned() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getDataToBeSigned() - Method in class no.bbs.server.vos.DocumentToSign
-
- getDataToBeSignedMimeType() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getDataToBeSignedXMLFormat() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getDataToBeSignedXSL() - Method in class no.bbs.server.vos.DocumentToSign
-
- getDateOfBirth() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Retrieves the DateOfBirth Attribute value from the
certificate.
- getDateOfBirth() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the DateOfBirth as present in the certificate
- getDaysUntilCertificateExpires() - Method in class no.bbs.server.vos.XMLDSIG
-
Returns the number of days until the signing certificate expires.
- getDefaultCipherSuites() - Method in class no.bbs.server.communicator.SSLTunnelSocketFactory
-
- getDerivedIv(String) - Method in class no.bbs.server.handlers.MessageProtector
-
getDerivedIv
- getDerivedKey(String) - Method in class no.bbs.server.handlers.MessageProtector
-
Derive a key from the basekey.
- getDescription() - Method in class no.bbs.server.vos.DocumentToSign
-
- getDictionaryMap() - Method in class no.bbs.server.implementation.MerchantContext
-
- getDictionaryTimeStampMap() - Method in class no.bbs.server.implementation.MerchantContext
-
- getDigestAlgorithmNameByKeySize(Key) - Static method in class no.bbs.server.util.CryptoUtil
-
Use SHA-256 for keys sizes > 1024 and SHA-1 for small keys.
- getDoAliasCheck() - Method in class no.bbs.server.vos.MobileInfo
-
- getDocDisplayMode() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getDocumentHash() - Method in class no.bbs.server.vos.DocumentToSign
-
- getDocuments() - Method in class no.bbs.server.vos.BIDSessionData
-
- getDoSynchronusCommunication() - Method in class no.bbs.server.vos.MobileInfo
-
- getElementName() - Method in class no.bbs.bankid.server.xml.XMLElement
-
- getElementValue() - Method in class no.bbs.bankid.server.xml.XMLElement
-
- getEmailAddress() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Retrieves the Email extension from a Certificate
- getEmailAddress() - Method in class no.bbs.server.vos.CertificateInfo
-
Gets the email address in the certificate (OID:1.2.840.113549.1.9.1)
- getEncryptedRequest(String, byte[], KeyStore) - Method in class no.bbs.server.handlers.InitSessionHandler
-
- getEnv(String) - Static method in class no.bbs.server.constants.JServerConstants
-
- getEnv() - Method in class no.bbs.server.implementation.EnvOveride
-
- getEnv() - Method in class no.bbs.server.vos.Env
-
Return the BankID environment
- getEnvironment() - Method in class no.bbs.server.implementation.MerchantContext
-
Gets the Enironment instance
- getEnvOverride() - Method in class no.bbs.server.vos.MerchantConfig
-
- getErrCode() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used to get the errorCode if something goes wrong.
- getErrCode() - Method in class no.bbs.server.vos.DocumentToSign
-
Returns the errCode on the end user VA lookup.
- getErrorCode() - Method in exception no.bbs.server.exception.BIDException
-
Returns the BankID Server ErrorCode
- getExponent() - Method in class no.bbs.server.crypto.KeyStore
-
- getExtension(String) - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the certificate extensions as byte[]
- getExtensionValue(X509Extension, String) - Static method in class no.bbs.server.util.ASN1Util
-
- getExtPDFDomain() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the URL for the PDF-document to be signed.
- getExtPDFUrl() - Method in class no.bbs.server.vos.BIDSessionData
-
- getFacade(String) - Method in class no.bbs.server.implementation.BIDFactory
-
Returns a BIDFacade instance for the input merchant context.
- getFileAge(String) - Method in class no.bbs.server.util.FileUtil
-
Return age of the input file in milliseconds.
- getFormURLEncoding() - Method in class no.bbs.server.util.URLEncodedNamedValues
-
Retrieves the form URL encoded data as a string
- getFullOCSPResponse() - Method in class no.bbs.server.vos.CertificateStatus
-
The Full OCSPResponse as byte[].
- getGrantedCertificatePolicies() - Method in class no.bbs.server.vos.ContextInfo
-
Returns a comma-delimintated String of the granted certificate policy oids
configured for this Context
- getGrantedPolicies() - Method in class no.bbs.server.vos.MerchantConfig
-
Comma separated String of BankID Certificate PolicyOID labels that this
merchant is configured to support.
- getGrantedPoliciesAsString() - Method in class no.bbs.server.implementation.MerchantContext
-
- getHelperURI() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the url to the BankID Web-client helper.
- getHostName() - Method in class no.bbs.server.communicator.BIDHandshakeListener
-
- getHttpProxyHost() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the Proxy Host or null
- getHttpProxyPassword() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy passsword or null
- getHttpProxyPort() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy port or null
- getHttpProxyUsername() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy user for authentication
- getInitRequest() - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used for debug/logging.
- getInitResponse() - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used for debug/logging.
- getInitSession(InitSessionInfo, KeyParameter) - Method in class no.bbs.server.handlers.InitSessionHandler
-
This is the InitSessionHandler's main method.
- getInstance() - Static method in class no.bbs.server.implementation.BIDFactory
-
Returns the BIDFactory singleton instance.
- getInstance(String) - Static method in class no.bbs.server.logging.BIDLogger
-
- getIsQualifiedCertificate() - Method in class no.bbs.server.util.X509CertificateWrapper
-
- getIssuerCertFromChain(X509Certificate[], X509Certificate) - Method in class no.bbs.server.util.CryptoUtil
-
- getIssuerName() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate IssuerName
- getIssuerName() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the IssuerName as present in the certificate
- getKeyAlgorithm() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate KeyAlgorithm
- getKeyAlgorithm() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the KeyAlgorithm as present in the certificate
- getKeySize(Key) - Static method in class no.bbs.server.util.CryptoUtil
-
Returns the Certificate KeySize
- getKeySize() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate KeySize
- getKeySize() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the KeySize as present in the certificate
- getKeystore() - Method in class no.bbs.server.implementation.EnvOveride
-
- getKeystore() - Method in class no.bbs.server.vos.Env
-
- getKeystorePassword() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the keystore password
- getkeyUsage() - Method in class no.bbs.server.util.X509CertificateWrapper
-
- getLocale() - Method in class no.bbs.server.vos.MobileInfo
-
- getLocaleId() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the localeId parameter value
that was set
- getLogger() - Method in class no.bbs.server.implementation.MerchantContext
-
- getLogger(String) - Static method in class no.bbs.server.logging.BIDLogger
-
- getLoggerName() - Method in class no.bbs.server.implementation.MerchantContext
-
- getLoggerName() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the loggerName for this merchant config
- getLoggingMessage() - Method in exception no.bbs.server.exception.BIDException
-
- getLogPropFile() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the location of the logPropFile
- getLogPropFile() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the location of the logPropFile
- getMerchantContext() - Method in class no.bbs.server.vos.ContextInfo
-
- getMerchantDescription() - Method in class no.bbs.server.vos.DynamicSDOData
-
- getMerchantFEAncestors() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getMerchantFEDomain() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getMerchantIdentifier() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the merchantname/identifier
- getMerchantKeystore() - Method in class no.bbs.server.vos.MerchantConfig
-
String returns the name of the merchant keystore (bid-file)
- getMerchantName() - Method in class no.bbs.server.vos.ContextInfo
-
Returns the merchant name registered for this Context.
- getMerchantName() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the name of the configured merchant.
- getMerchantOCSP() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the merchant OCSP response
The method must be used during the process of creating an SEID_SDO
- getMerchantOCSPBytes() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the merchant OCSP response
The method must be used during the process of creating an SEID_SDO
- getMerchantReference(String) - Method in class no.bbs.server.handlers.MobileHandler
-
- getMerchantReference() - Method in class no.bbs.server.vos.MobileInfo
-
- getMerchantSignature() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the merchant signature
The method must be used during the process of creating an SEID_SDO
- getMerchantSignatureBytes() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the merchant signature
The method must be used during the process of creating an SEID_SDO
- getMerchantSignatureBytes() - Method in class no.bbs.server.vos.DocumentToSign
-
Returns the merchant signature over the document to be signed.
- getMerchantURL() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the merchantUrl parameter value
that was set
- getMessage() - Method in exception no.bbs.server.exception.BIDException
-
Returns the error message
- getMessageMac(byte[], String) - Method in class no.bbs.server.handlers.MessageProtector
-
Calculates and returns the MAC for the message.
- getMethodIdentifier() - Method in exception no.bbs.server.exception.BIDException
-
Returns the BIDFacade method identifier which uniquley identifies a Facade
mthod
- getMgmfeDNS() - Method in class no.bbs.server.implementation.EnvOveride
-
- getMgmfeDNS() - Method in class no.bbs.server.vos.Env
-
Returns the environment MGMFE DNS name
- getMgmfeUtilDNS() - Method in class no.bbs.server.implementation.EnvOveride
-
- getMgmfeUtilDNS() - Method in class no.bbs.server.vos.Env
-
- getMifv() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getMifv() - Method in class no.bbs.server.vos.MobileInfo
-
- getMimeType() - Method in class no.bbs.server.vos.DocumentToSign
-
- getMimeTypeValue() - Method in class no.bbs.server.vos.DocumentToSign
-
- getMitm() - Method in class no.bbs.server.vos.MobileInfo
-
- getMitmWebAddress() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the MITM WebAddress
- getMobileCommTimeout() - Method in class no.bbs.server.implementation.MerchantContext
-
- getMobileCommTimeout() - Method in class no.bbs.server.vos.MerchantConfig
-
- getMobileHttpRequestFactory() - Method in class no.bbs.server.implementation.MerchantContext
-
- getMobileProxyAuthenticationSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy authentication settings for MobileGateway proxy as configured in BankID Server.
- getMobileProxyHost() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the Proxy Host for MobileGateway proxy or null
- getMobileProxyHost() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy host for MobileGateway
- getMobileProxyPassword() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy passsword for MobileGateway proxy or null
- getMobileProxyPort() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy port for MobileGateway proxy or null
- getMobileProxyPort() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy port for MobileGateway
- getMobileProxyPwd() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy pwd for MobileGateway
- getMobileProxyServerSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy settings for MobileGateway communication as configured in BankID Server.
- getMobileProxyUser() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy user for MobileGateway
- getMobileProxyUsername() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy user for authentication for MobileGateway proxy
- getMode() - Method in class no.bbs.server.vos.ContextInfo
-
Returns the mode that the Context operates in.
- getModulus(KeyStore.Recipient) - Method in class no.bbs.server.crypto.KeyStore
-
- getNamedValue(String) - Method in class no.bbs.server.util.URLEncodedNamedValues
-
Retrieves data for a given name.
- getNamespacePrefix() - Method in class no.bbs.bankid.server.xml.XMLAttribute
-
- getNamespacePrefix() - Method in class no.bbs.bankid.server.xml.XMLElement
-
- getNativeCryptokiVersion() - Method in class no.bbs.server.handlers.NativeCryptokiHandler
-
- getNativeCryptokiVersion() - Method in class no.bbs.server.implementation.BIDFactory
-
This method returns the NativeCryptoki.dll (or .so) version.
- getNextURL() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getNextURL() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the nextURL parameter value
that was set
- getNonce() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getNumberOfSubCACertificates() - Method in class no.bbs.server.vos.PKCS7Info
-
Returns the number of Sub CA Certificates in the signer certificates
certificateChain
- getNumberSubCACerts() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the number of sub CA certificates in PKCS#7
- getOcspFormat() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getOcspRequest() - Method in class no.bbs.server.vos.CertificateStatus
-
- getOcspResponse() - Method in class no.bbs.server.vos.CertificateStatus
-
The BasicOCSPResponse as byte[].
- getOID() - Method in enum no.bbs.server.vos.CMSFormat
-
- getOID() - Method in enum no.bbs.server.vos.OCSPFormat
-
- getOIDsForExKeyUsages(String) - Static method in class no.bbs.server.util.CryptoUtil
-
Maps the input String to a ASN1ObjectIdentifier[].
- getOperation() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getOriginator() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Retrieves the value of the Originator Extension field
- getOriginator() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the Originator as present in the certificate
- getOtpServiceName() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getOwnCertificateStatus() - Method in class no.bbs.server.implementation.BIDFacade
-
This method gets the CertificateStatus for the merchant's own signing certificate
- getP12Keystore() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the path to the keystore
- getPerfValue() - Method in class no.bbs.server.vos.CertificateStatus
-
- getPhoneAlias() - Method in class no.bbs.server.vos.MobileInfo
-
- getPhoneNumber() - Method in class no.bbs.server.util.X509CertificateWrapper
-
- getPhoneNumber() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the PhoneNumber as present in the certificate
- getPhoneNumber() - Method in class no.bbs.server.vos.MobileInfo
-
- getPKCS7Info(String) - Method in class no.bbs.server.implementation.BIDFacade
-
Returns a PKCS7Info with the PKCS#7 Information for the input
base64 encoded signature bytes.
- getPKCS7withOCSPResponses() - Method in class no.bbs.server.vos.DynamicSDOData
-
- getPolicyOID() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate PolicyOID
- getPolicyOID() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the policy OID as present in the certificate
- getPopInfo() - Method in class no.bbs.server.vos.MobileInfo
-
- getPopParameters() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getPopParameters() - Method in class no.bbs.server.vos.MobileInfo
-
- getPopSignature() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getPopSignature() - Method in class no.bbs.server.vos.MobileInfo
-
- getProperties(String) - Method in class no.bbs.server.util.ConfigUtil
-
Reads the input property file and returns a HashMap of keys with their corresponding values.
- getProxyAuthenticationSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy authentication settings as configured in BankID Server.
- getProxyHost() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy host
- getProxyPort() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy port
- getProxyPwd() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy pwd
- getProxyServerSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy settings as configured in BankID Server.
- getProxyUser() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy user
- getQcValueLimitAmount() - Method in class no.bbs.server.util.X509CertificateWrapper
-
- getQcValueLimitAmount() - Method in class no.bbs.server.vos.CertificateInfo
-
This is the Qualified Certificates limit amout as represented in the
Certificate.
- getQcValueLimitCurrency() - Method in class no.bbs.server.util.X509CertificateWrapper
-
- getQcValueLimitCurrency() - Method in class no.bbs.server.vos.CertificateInfo
-
This is the Qualified Certificates amount currency as represented in the
Certificate.
- getRawTransactionInfo() - Method in class no.bbs.server.vos.BIDSessionData
-
Returns the Map containing the rawTransactionInfo elements
received from the client.
- getRawTransactionInfoItem(String) - Method in class no.bbs.server.vos.BIDSessionData
-
Returns the value for the given key
- getRawTransactionReportMap(Map<String, String>) - Method in class no.bbs.server.handlers.TransactionHandler
-
- getRefererence(ArrayList<String>, ArrayList<String>) - Static method in class no.bbs.server.util.SecureRandomGenerator
-
- getRegisteredMerchantNames() - Method in class no.bbs.server.implementation.BIDFactory
-
Returns a String[] of all merchant names that have a BankIDContext registered
in BankID Server.
- getRequestMac(byte[]) - Method in class no.bbs.server.handlers.MessageProtector
-
Calculates the MAC for a message prepared by the client.
- getResponseMac(byte[]) - Method in class no.bbs.server.handlers.MessageProtector
-
Calculates the MAC for a message prepared for the client.
- getRootCACert() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the root certificate from the PKCS#7
- getRootCACertDERBytes() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the root certificate from the PKCS#7
- getRootCertificate(String) - Static method in class no.bbs.server.constants.JSCertificates
-
Returns the 2 BankID root certificates for the given environment.
- getRootCertificate() - Method in class no.bbs.server.vos.PKCS7Info
-
Returns the Root CA Certificate for the Signer Certificate
- getSCInfoInURLPattern() - Method in class no.bbs.server.vos.SecureChannelInfo
-
Method that returns the key-value pairs in URL-pattern (key=value&key=value...)
- getSdmCommTimeout() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSdmCommTimeout() - Method in class no.bbs.server.vos.MerchantConfig
-
- getSdmDNS() - Method in class no.bbs.server.implementation.EnvOveride
-
- getSdmDNS() - Method in class no.bbs.server.vos.Env
-
- getSdmHttpRequestFactory() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSdmProxyAuthenticationSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
- getSdmProxyHost() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSdmProxyHost() - Method in class no.bbs.server.vos.MerchantConfig
-
- getSdmProxyPassword() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSdmProxyPort() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSdmProxyPort() - Method in class no.bbs.server.vos.MerchantConfig
-
- getSdmProxyPwd() - Method in class no.bbs.server.vos.MerchantConfig
-
- getSDMProxyServerSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy settings for Session Data Manager communication as configured in BankID Server.
- getSdmProxyUser() - Method in class no.bbs.server.vos.MerchantConfig
-
- getSdmProxyUsername() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSdo() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getSecureChannelInfo() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getSecureRandom() - Static method in class no.bbs.server.util.SecureRandomGenerator
-
Returns a SecureRandom as byte[]
- getSerialNumber() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate SerialNumber
- getSerialNumber() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the SerialNumber as present in the certificate
- getServerChallenge() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getServerInfo() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getServiceHostCommTimeout() - Method in class no.bbs.server.implementation.MerchantContext
-
- getServiceHostCommTimeout() - Method in class no.bbs.server.vos.MerchantConfig
-
- getServiceHostDNS() - Method in class no.bbs.server.implementation.EnvOveride
-
- getServiceHostDNS() - Method in class no.bbs.server.vos.Env
-
- getServiceHostHttpRequestFactory() - Method in class no.bbs.server.implementation.MerchantContext
-
- getServiceHostProxyAuthenticationSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy authentication settings for ServiceHost proxy as configured in BankID Server.
- getServiceHostProxyHost() - Method in class no.bbs.server.implementation.MerchantContext
-
- getServiceHostProxyHost() - Method in class no.bbs.server.vos.MerchantConfig
-
- getServiceHostProxyPassword() - Method in class no.bbs.server.implementation.MerchantContext
-
- getServiceHostProxyPort() - Method in class no.bbs.server.implementation.MerchantContext
-
- getServiceHostProxyPort() - Method in class no.bbs.server.vos.MerchantConfig
-
- getServiceHostProxyPwd() - Method in class no.bbs.server.vos.MerchantConfig
-
- getServiceHostProxyServerSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy settings for ServiceHost communication as configured in BankID Server.
- getServiceHostProxyUser() - Method in class no.bbs.server.vos.MerchantConfig
-
- getServiceHostProxyUsername() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSessionKey() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getShowConfirmation() - Method in class no.bbs.server.vos.InitSessionInfo
-
Tells whether to show the confirmation question in the BankID Client.
- getShowUnderstanding() - Method in class no.bbs.server.vos.InitSessionInfo
-
Tells whether to show the "Have you understood..."-question in the BankID Client.
- getSid() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the initSession sid parameter value
that was set
- getSid() - Method in class no.bbs.server.vos.MobileInfo
-
- getSifv() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getSignatureAlgorithmNameByKeySize(Key) - Static method in class no.bbs.server.util.CryptoUtil
-
Use SHA-256 for keys sizes > 1024 and SHA-1 for small keys.
- getSignatureAndData() - Method in class no.bbs.server.vos.DocumentToSign
-
- getSignCert() - Method in class no.bbs.server.implementation.MerchantContext
-
Return the signer certificate
- getSignCertificateChain() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the merchants signer certificate chain
- getSignCertPrivKey() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the Private Key
- getSignCertPubKey() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the PublicKey that resides in the merchants
signer certificate
- getSignedData() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Retrieves the signed data from the PKCS#7
- getSignedData() - Method in class no.bbs.server.vos.DynamicSDOData
-
- getSignedData() - Method in class no.bbs.server.vos.PKCS7Info
-
Returns the PKCS7 Content
- getSignedDataBytes() - Method in class no.bbs.server.vos.BIDSessionData
-
This method returns the signed data bytes
- getSignedDataBytes() - Method in class no.bbs.server.vos.DocumentToSign
-
Returns the bytes of the document that was signed.
- getSignedDataBytes() - Method in class no.bbs.server.vos.SignatureAndData
-
Returns the signed data bytes (NOT base64-encoded)
- getSignedDataMimeType() - Method in class no.bbs.server.vos.DynamicSDOData
-
- getSignerCert() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the signer certificate from the PKCS#7
- getSignerCertCN() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the CommonName from the signer certificate
- getSignerCertDERBytes() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the signer certificate bytes from the PKCS#7
- getSignerCertificate() - Method in class no.bbs.server.vos.PKCS7Info
-
Returns the Signer Certificate
- getSignerCertificateCommonName() - Method in class no.bbs.server.vos.ContextInfo
-
Returns the CommonName value from teh merchant's signer certificate.
- getSignerCertificates(X509Certificate[]) - Method in class no.bbs.server.util.CryptoUtil
-
Locates the Signer certificates from the input certificates based on the input key usage.
- getSignerCertIssuer() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the Level 1 CA certificate that signed the signer certificates
- getSigners(ArrayList<String>) - Method in class no.bbs.server.implementation.BIDFacade
-
This method generates a String formated for the client to used during multisigning.
- getSigners() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally
Used to get the signers to be returned to the client
- getSigningTime() - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the Signing Time from the PKCS#7
- getSigningTime() - Method in class no.bbs.server.vos.PKCS7Info
-
Returns the Signing Time
- getSignPrivKeyLabel() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the signing PrivateKey Label
- getSignService(CMSFormat, BIDLogger) - Static method in class no.bbs.server.handlers.sign.SignServiceFactory
-
- getSlot() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the slot containing the token (HSM) that holds this
Merchants PrivateKeys
- getSlotDescription() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getSlotFirmWareVersion() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getSlotFlags() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getSlotHardWareVersion() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getSlotId() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getSlotLoggedInSession(int) - Method in class no.bbs.server.implementation.BIDFactory
-
Returns the HSM LoggedInSession identifier for the given slotId.
- getSlotManufacturerId() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getStatusCode() - Method in class no.bbs.server.vos.TransactionAndStatus
-
This is the statusCode of this transaction.
- getStringValue() - Method in class no.bbs.bankid.server.xml.XMLAttribute
-
- getStringValue() - Method in class no.bbs.bankid.server.xml.XMLElement
-
- getSubCACert(int) - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the Sub CA certificate at the input level
- getSubCACertificate(int) - Method in class no.bbs.server.vos.PKCS7Info
-
Returns the SUB CA Certificate at the level in the certificate chain
that corresponds to the input level (int)
- getSubCACertificates() - Method in class no.bbs.server.vos.PKCS7Info
-
Returns a HashMap containing the signing certificates.
- getSubCACertToDER(int) - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Returns the Sub CA certificate at the input level
- getSubjectName() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate SubjectName
- getSubjectName() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the SubjectName as present in the certificate
- getSubjectSerial() - Method in class no.bbs.server.util.X509CertificateWrapper
-
- getSupportedBankIDCarriers() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSupportedBankIDCertTypes() - Method in class no.bbs.server.implementation.MerchantContext
-
- getSupportedCipherSuites() - Method in class no.bbs.server.communicator.SSLTunnelSocketFactory
-
- getSuppressBroadcast() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getTarget() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internaly
Used to get the target to be returned to the client
- getTimeout() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the timeout.
- getTimeout() - Method in class no.bbs.server.vos.MobileInfo
-
Deprecated.
- getTokenFreePrivateMemory() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenFreePublicMemory() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenLabel() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenManufacturerId() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenMaxRWSessionCount() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenMaxSessionCount() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenModel() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenSerialNumber() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenStorage() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the token storage flag
- getTokenSupportedMechanisms() - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- getTokenUserPIN() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the HSM login pwd
- getTokenUserPIN() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the token (HSM) UserPIN, which is the password to
login to the HSM
- getTraceID() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the Trace ID received from BankID COI.
- getTransactionInfo(String, List<String>, long) - Method in class no.bbs.server.implementation.BIDFacade
-
- getTransactionReference() - Method in class no.bbs.server.vos.TransactionAndStatus
-
This is the transactionReference of this transaction.
- getTrustManagers() - Method in class no.bbs.server.implementation.MerchantContext
-
- getTrustStore() - Method in class no.bbs.server.implementation.MerchantContext
-
- getTrustStore() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the truststore directory
- getUniqueId() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Retrieves the PID from the serialNumber field in the DN,
if null then gets the old UniqueId from the OU
field in the SubjectName field
- getUniqueId() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the UniqueId as present in the certificate
- getURL() - Method in exception no.bbs.server.exception.BIDException
-
- getUrl() - Method in class no.bbs.server.vos.MobileInfo
-
- getUserAgent() - Method in class no.bbs.server.vos.InitSessionInfo
-
Returns the HTTP Header User-Agent
- getUserID() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getUserIDKeystrokeData() - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- getVaCommTimeout() - Method in class no.bbs.server.implementation.MerchantContext
-
- getVaCommTimeout() - Method in class no.bbs.server.vos.MerchantConfig
-
- getVAHttpRequestFactory() - Method in class no.bbs.server.implementation.MerchantContext
-
- getValidFrom() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the ValidFrom date as present in the certificate
- getValidFromDate() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate NotBefore
- getValidTo() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the ValidTo date as present in the certificate
- getValidToDate() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate NotAfter
- getValue() - Method in enum no.bbs.server.constants.MIMEType
-
- getValue() - Method in enum no.bbs.server.vos.CMSFormat
-
- getValue() - Method in enum no.bbs.server.vos.OCSPFormat
-
- getValue(String) - Method in class no.bbs.server.vos.SecureChannelInfo
-
- getValueForLog(String) - Static method in class no.bbs.server.util.Util
-
- getVaPort() - Method in class no.bbs.server.implementation.MerchantContext
-
- getVAPort() - Method in class no.bbs.server.vos.MerchantConfig
-
- getVAProxyAuthenticationSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy authentication settings for VA proxy as configured in BankID Server.
- getVAProxyHost() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the Proxy Host for VA proxy or null
- getVAProxyHost() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy host for VA
- getVAProxyPassword() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy passsword for VA proxy or null
- getVAProxyPort() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy port for VA proxy or null
- getVAProxyPort() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy port for VA
- getVAProxyPwd() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy pwd for VA
- getVAProxyServerSettings() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the http proxy settings for VA communication as configured in BankID Server.
- getVAProxyUser() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the proxy user for VA
- getVAProxyUsername() - Method in class no.bbs.server.implementation.MerchantContext
-
Returns the proxy user for authentication for VA proxy
- getVerifyRequest() - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used for debug/logging.
- getVerifyResponse() - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used for debug/logging.
- getVersionInfo() - Static method in class no.bbs.server.implementation.BIDFacade
-
- getVersionNumber() - Method in class no.bbs.server.util.X509CertificateWrapper
-
Returns the Certificate VersionNumber
- getVersionNumber() - Method in class no.bbs.server.vos.CertificateInfo
-
Returns the VersionNumber as present in the certificate
- getWebAddresses() - Method in class no.bbs.server.vos.MerchantConfig
-
Returns the WebAddresses configured in BankID Server.
- getWithCredentials() - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- getXml() - Method in class no.bbs.bankid.server.xml.BIDXML
-
- getXmlDSig() - Method in class no.bbs.server.vos.XMLDSIG
-
Returns the XML Digital Signature
- getXsl() - Method in class no.bbs.bankid.server.xml.BIDXML
-
- GrantedCertificatePolicy - Class in no.bbs.server.vos
-
----------------------------------------------
Copyright © 2005
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
- GrantedCertificatePolicy() - Constructor for class no.bbs.server.vos.GrantedCertificatePolicy
-
- GSM_MAP - Static variable in class no.bbs.server.util.CharUtils
-
- SDM_ERRORRESPONSE - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_MIFV_1_0 - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_MIFV_1_1 - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_OPERATION_INIT_SESSION - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_ACTION - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CDM_URI - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CERTINFO - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CERTTYPE - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CLIENT_PROXY_PUBLICKEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CLIENT_PROXY_URL - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CLIENT_SESSION_TIMEOUT - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CLIENT_SESSION_TIMEOUT_DEFAULT - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CLIENT_VALIDATOR_PUBLICKEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CLIENT_VERSION - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_CLIENTID - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_DOC_DISPLAY_MODE - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_DOCUMENT_URL - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_EXT_PDF_DOMAIN - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_LOCALEID - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_MERCHANT_FE_ANCESTORS - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_MERCHANT_FE_DOMAIN - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_MERCHANT_URL - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_MIFV - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_NEXT_URL - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_NONCE - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_OPERATION - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_POPPARAMS - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SERVER_INFO - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SHOWBIGWINDOW - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SHOWCONFIRMATION - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SHOWUNDERSTANDING - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SID - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SIFV - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SIGNATURE - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_SUPPRESS_BROADCAST - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_TIMEOUT - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_TIMEOUT_DEFAULT - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_TRACEID - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_USERAGENT - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROPS_WITH_CREDENTIALS - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROXY_DNS_DEV - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROXY_DNS_PREPROD - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROXY_DNS_PROD - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_PROXY_DNS_TEST - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_SIFV_1_0 - Static variable in class no.bbs.server.constants.JServerConstants
-
- SDM_SIFV_1_1 - Static variable in class no.bbs.server.constants.JServerConstants
-
- sdoExtractSignatures(byte[]) - Method in class no.bbs.server.implementation.BIDFacade
-
This method gives the merchant the possibility to extract a SEID_SDO structure with
1 ..
- SECURE_CHANNEL_KEY_DATATOBESIGNED - Static variable in class no.bbs.server.vos.SecureChannelInfo
-
- SECURE_CHANNEL_KEY_DATATOBESIGNED_SHA256 - Static variable in class no.bbs.server.vos.SecureChannelInfo
-
- SECURE_CHANNEL_KEY_OTPSESSION - Static variable in class no.bbs.server.vos.SecureChannelInfo
-
- SECURE_CHANNEL_KEY_SERVERCHALLENGE - Static variable in class no.bbs.server.vos.SecureChannelInfo
-
- SECURE_CHANNEL_KEY_SERVERCHALLENGE_SHA256 - Static variable in class no.bbs.server.vos.SecureChannelInfo
-
- SECURE_CHANNEL_VALUE_OTPSESSION_N - Static variable in class no.bbs.server.vos.SecureChannelInfo
-
- SECURE_CHANNEL_VALUE_OTPSESSION_Y - Static variable in class no.bbs.server.vos.SecureChannelInfo
-
- SecureChannelInfo - Class in no.bbs.server.vos
-
This class is used to pass Secure Channel Information in signing processes.
- SecureChannelInfo() - Constructor for class no.bbs.server.vos.SecureChannelInfo
-
Empty Constructor
- SecureChannelInfo(HashMap<String, String>) - Constructor for class no.bbs.server.vos.SecureChannelInfo
-
Constructor that requires a HashMap as input.
- SecureChannelPKCS7AndData - Class in no.bbs.server.vos
-
This object is returned when calling BIDFacade.createSecureChannel(...).
- SecureChannelPKCS7AndData() - Constructor for class no.bbs.server.vos.SecureChannelPKCS7AndData
-
- SecureRandomGenerator - Class in no.bbs.server.util
-
- SecureRandomGenerator() - Constructor for class no.bbs.server.util.SecureRandomGenerator
-
- SEIDSDOHandler - Class in no.bbs.server.handlers
-
----------------------------------------------
Copyright © 2005
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
- SEIDSDOHandler(MerchantContext) - Constructor for class no.bbs.server.handlers.SEIDSDOHandler
-
- SEIDSDOValidator - Class in no.bbs.server.sdo.seid.validator
-
----------------------------------------------
Copyright © 2005
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
- SEIDSDOValidator(MerchantContext, List<String>, X509Certificate, boolean, boolean, int, byte[], boolean, X509Certificate[]) - Constructor for class no.bbs.server.sdo.seid.validator.SEIDSDOValidator
-
- sendRequest(String, long, String, String, String, String) - Method in class no.bbs.server.communicator.Communicator
-
Method for sending a HTTP request to the input targetURL.
- sendSocketRequest(String, String, String, String, String, long) - Method in class no.bbs.server.communicator.Communicator
-
Executes the input targetURL.
- sendSSLSocketRequest(String, String, String, String, String, byte[], String, long, TrustManager[]) - Method in class no.bbs.server.communicator.SSLCommunicator
-
Sends a HTTPS request via Sockets tunneling the request through the
input proxyhost and proxyport.
- sendSSLSocketRequest(String, String, String, String, String, byte[], String, long, TrustManager[]) - Method in interface no.bbs.server.interfaces.SSLCommunicatorInterface
-
- sendVASocketRequest(String, String, String, byte[], String, long) - Method in class no.bbs.server.communicator.Communicator
-
- SERVER_INFO_ARCH_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_CERT_COMMONNAME_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_CERT_SN_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_CERTISSUER_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_JAVA_ARCH - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_JAVA_VENDOR_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_JAVA_VERSION_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_PLATTFORM_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_TYPE_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_TYPE_VALUE - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVER_INFO_VERSION_KEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVERVERSION - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_DNS_DEV - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_DNS_PREPROD - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_DNS_PROD - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_DNS_TEST - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_ERRORRESPONSE - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_PROPS_CERTINFO - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_PROPS_OIDS - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_PROPS_PARAMS - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_PROPS_SEARCHKEY - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_PROPS_SERVER_INFO - Static variable in class no.bbs.server.constants.JServerConstants
-
- SERVICEHOST_PROPS_SIGNATURE - Static variable in class no.bbs.server.constants.JServerConstants
-
- ServiceHostHandler - Class in no.bbs.server.handlers
-
- ServiceHostHandler(MerchantContext, BIDFacade) - Constructor for class no.bbs.server.handlers.ServiceHostHandler
-
- set(BIDByteArray, boolean) - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Base64 Decodes the input PKCS7 and creates a SignedData Object
- set(byte[], boolean) - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
Base64 Decodes the input PKCS7 and creates a SignedData Object
- set(CMSSignedData) - Method in class no.bbs.server.signedobjects.PKCS7SignedObject
-
- set(byte[]) - Method in class no.bbs.server.util.BIDByteArray
-
Sets the contents of BIDByteArray with the value passed
- set(BIDByteArray) - Method in class no.bbs.server.util.BIDByteArray
-
Sets the contents of BIDByteArray with the value passed
- setAction(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Setting the action parameter value tells the
BankID COI to generate the appropriate BankID Web-client.
- setAction(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setAddInfoAccount(String) - Method in class no.bbs.server.vos.AdditionalInformation
-
- setAddInfoAccount(String) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the account number
- setAddInfoAccountErr(String) - Method in class no.bbs.server.vos.AdditionalInformation
-
- setAddInfoAccountErr(String) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the reason why the account number was not provided
- setAddInfoOrgNo(String) - Method in class no.bbs.server.vos.AdditionalInformation
-
- setAddInfoOrgNo(String) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the organisation number
- setAddInfoOrgNoErr(String) - Method in class no.bbs.server.vos.AdditionalInformation
-
- setAddInfoOrgNoErr(String) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the reason why the organisation number was not provided
- setAddInfoSSN(String) - Method in class no.bbs.server.vos.AdditionalInformation
-
- setAddInfoSSN(String) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the Social Security Number
- setAddInfoSSNErr(String) - Method in class no.bbs.server.vos.AdditionalInformation
-
- setAddInfoSSNErr(String) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the reason why the Social Security Number was not provided
- setAdditionalInfoList(List<String>) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used by the merchant to set a List of additional info wanted from the VA.
- setAdditionalInformation(AdditionalInformation) - Method in class no.bbs.server.vos.BIDSessionData
-
- setAlternativeBankIdRootCertificate(X509Certificate[]) - Method in class no.bbs.server.implementation.MerchantContext
-
- setAttribtueValue(String) - Method in class no.bbs.bankid.server.xml.XMLAttribute
-
- setAttributeName(String) - Method in class no.bbs.bankid.server.xml.XMLAttribute
-
- setAuthCert(X509Certificate) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the merchant's authentication certificate
- setAuthCertificateChain(X509Certificate[]) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the merchant authentication certificate chain
- setAuthCertPrivKey(PrivateKey) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the PrivateKey that corresponds with the merchant
authentication certificate
- setAuthCertPubKey(PublicKey) - Method in class no.bbs.server.implementation.MerchantContext
-
Set the public key that is retrived from the merchants authentication
certificate
- setAuthPrivKeyLabel(byte[]) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the authentication PrivateKey Label
- setB64FullOCSPResponse(byte[]) - Method in class no.bbs.server.vos.CertificateStatus
-
- setB64OCSPRequest(byte[]) - Method in class no.bbs.server.vos.CertificateStatus
-
- setB64OCSPRequestNonce(byte[]) - Method in class no.bbs.server.vos.CertificateStatus
-
- setB64OCSPResponse(byte[]) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the OCSPResponse
- setB64OCSPResponse(byte[]) - Method in class no.bbs.server.vos.PKCS7WithOCSPResponse
-
Sets Base64-encoded OCSPResponse bytes
- setB64PKCS7(byte[]) - Method in class no.bbs.server.vos.PKCS7WithOCSPResponse
-
Sets Base64-encoded PKCS7 (Signature) bytes
- setB64Pkcs7Hash(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setB64Request(String) - Method in exception no.bbs.server.exception.BIDException
-
- setB64Response(String) - Method in exception no.bbs.server.exception.BIDException
-
- setB64SecureChannelSignature(String) - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Sets the String representation of the B64SecureChannelSignature
- setB64SecureChannelSignatureBytes(byte[]) - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Sets the B64SecureChannelSignatureBytes
- setB64SecureChannelSignedData(String) - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Sets the String representation of the B64SecureChannelSignedData
- setB64SecureChannelSignedDataBytes(byte[]) - Method in class no.bbs.server.vos.SecureChannelPKCS7AndData
-
Sets the B64SecureChannelSignedDataBytes
- setB64ServerChallenge(byte[]) - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Sets the b64encoded serverChallenge
- setB64ServerChallengeAsString(String) - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Sets the b64encoded server challenge String
- setB64ServerSignature(byte[]) - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Sets the b64encoded serverSignature
- setB64ServerSignatureAsString(String) - Method in class no.bbs.server.vos.SignatureAndChallenge
-
Sets the b64encoded server signature as String
- setB64Signature(String) - Method in class no.bbs.server.vos.SignatureAndData
-
Sets teh base64-encoding of the server signature as String
- setB64SignatureBytes(byte[]) - Method in class no.bbs.server.vos.SignatureAndData
-
Sets the bae64 server signature bytes
- setB64SignedData(String) - Method in class no.bbs.server.vos.SignatureAndData
-
Sets the base64-encoding of the signed data as string
- setB64SignedDataBytes(byte[]) - Method in class no.bbs.server.vos.SignatureAndData
-
Sets the base64 encoding of the the signed data bytes
- setBank(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set the userprofile bank parameter.
- setBankidEnvironment(String) - Method in class no.bbs.server.vos.ContextInfo
-
Sets the BankID Environment
- setBankIdRootCertificate(X509Certificate) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the root certificate for this context.
- setBankName(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the BankName
- setCallback(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setCarrier(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setCarrier(String) - Method in class no.bbs.server.vos.GrantedCertificatePolicy
-
Sets the carrier
- setCertificateKeySize(int) - Method in class no.bbs.server.implementation.MerchantContext
-
- setCertificatePolicyOID(String) - Method in class no.bbs.server.vos.GrantedCertificatePolicy
-
Sets the cert policyoid
- setCertificateStatus(CertificateStatus) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setCertificateStatus(int) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the certificate status:
VALID = 0
REVOKED = -1
UNKNOWN = -4
- setCertificateStatus(CertificateStatus) - Method in class no.bbs.server.vos.DocumentToSign
-
- setCertificateType(String) - Method in class no.bbs.server.vos.GrantedCertificatePolicy
-
Sets the certype
- setCertInfo(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setCertType(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the certificate types (BankID types) supported by a merchant applications.
- setCertType(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setClientChallenge(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setClientID(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setClientIP(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setClientOCSP(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setClientOCSP(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setClientProxyPublicKey(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the client proxy's public key.
- setClientProxyURL(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the address to the client proxy.
- setClientSessionTimeout(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the desired client session timeout.
- setClientSignature(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally
Used to set the clients signature
- setClientSignature(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setClientVersion(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the clientVersion to switch between 2.0 and 2.1 clients.
- setCmsFormat(CMSFormat) - Method in class no.bbs.server.vos.BIDSessionData
-
Used to set the CMS format
- setCommonName(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the CommonName
- setCommTimeout(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the external communication timeout in millis
- setCommTimeout(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the comm timeout in millis.
- setContextMode(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the context mode (how the merchant credentials are stored).
- setCountryCode(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setDataBytesToBeSigned(byte[]) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used to set the dataBytes (PDF data) to be signed during a signing process.
- setDataBytesToBeSigned(byte[]) - Method in class no.bbs.server.vos.DocumentToSign
-
- setDataDescription(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the merchant to add the dataDescription during the signing process.
- setDataToBeSigned(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used to set the data to be signed during a signing process.
- setDataToBeSigned(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setDataToBeSignedBytes(byte[]) - Method in class no.bbs.server.vos.DocumentToSign
-
- setDataToBeSignedMimeType(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the merchant to set the MimeType of the data to be signed.
- setDataToBeSignedXMLFormat(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used during text/BIDXML signing only.
- setDataToBeSignedXSL(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setDateOfBirth(Date) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the date of birth
- setDaysUntilCertificateExpires(long) - Method in class no.bbs.server.vos.XMLDSIG
-
Sets the remaining days until the certificate expires
- setDescription(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setDoAliasCheck(boolean) - Method in class no.bbs.server.vos.MobileInfo
-
- setDocDisplayMode(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the document display mode.
- setDocumentHash(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setDoSynchronusCommunication(boolean) - Method in class no.bbs.server.vos.MobileInfo
-
- setDoSynhcronusCommunication(boolean) - Method in class no.bbs.server.vos.MobileInfo
-
- setElementName(String) - Method in class no.bbs.bankid.server.xml.XMLElement
-
- setElementValue(String) - Method in class no.bbs.bankid.server.xml.XMLElement
-
- setEmailAddress(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Setst the email from the certificate (OID: 1.2.840.113549.1.9.1)
- setEnv(String) - Method in class no.bbs.server.vos.Env
-
Sets the environment
- setEnvironment(Env) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the Env instance
- setEnvOverride(EnvOveride) - Method in class no.bbs.server.vos.MerchantConfig
-
Override the target servers.
- setErrCode(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set an errorCode in the response to the client if something fails in the merchant
application.
- setErrCode(String) - Method in class no.bbs.server.vos.DocumentToSign
-
- setErrorMessage(String) - Method in exception no.bbs.server.exception.BIDException
-
- setExtPDFDomain(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the URL to the PDF-document to be signed.
- setExtPDFUrl(String) - Method in class no.bbs.server.vos.BIDSessionData
-
- setFullOCSPResponse(byte[]) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the Full OCSPResponse
- setGrantedCertificatePolicies(String) - Method in class no.bbs.server.vos.ContextInfo
-
Sets a comma-delimintated String of the granted certificate policy oids
configured for this Context
- setGrantedPolicies(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Method to set the BankID Certificate Policies that this merchant should
accept.
- setHelperURI(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setHttpProxyHost(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy host
- setHttpProxyPassword(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy password
- setHttpProxyPort(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy port
- setHttpProxyUsername(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy username
- setInitialized(boolean) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets boolean if the context is initialized
- setInitRequest(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setInitResponse(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setIssuerName(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the IssuerName
- setKeyAlgorithm(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the key algorithm
- setKeySize(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the Key size
- setKeystore(KeyStore) - Method in class no.bbs.server.vos.Env
-
- setKeystorePassword(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Method to set the keystore password
- setLocale(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setLocaleId(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Default localeId is English ("en")
- setLoggerName(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setLoggerName(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the loggerName for this merchant config
- setLogPropFile(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the location of the logPropFile
- setLogPropFile(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the location of the logPropFile
- setMerchantContext(MerchantContext) - Method in class no.bbs.server.vos.ContextInfo
-
- setMerchantFEAncestors(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the list of domains in the chain of iframes inside which the client runs.
- setMerchantFEDomain(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the merchant front end domain.
- setMerchantIdentifier(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the merchant identifier
- setMerchantKeystore(String) - Method in class no.bbs.server.vos.MerchantConfig
-
The merchant keystore (.bid) file.
- setMerchantLogger(BIDLogger) - Method in class no.bbs.server.implementation.MerchantContext
-
- setMerchantName(String) - Method in class no.bbs.server.vos.ContextInfo
-
Sets the merchant name
- setMerchantName(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the merchant name.
- setMerchantOCSP(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setMerchantReference(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setMerchantSignature(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally
Used to set the merchants signature
- setMerchantURL(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
The calling applications URL.
- setMethodIdentifier(String) - Method in exception no.bbs.server.exception.BIDException
-
Sets the BIDFacade method identifier
- setMgmfeDNS(String) - Method in class no.bbs.server.implementation.EnvOveride
-
- setMgmfeDNS(String) - Method in class no.bbs.server.vos.Env
-
Sets the environment mgmfe DNS name
- setMgmfeUtilDNS(String) - Method in class no.bbs.server.implementation.EnvOveride
-
- setMgmfeUtilDNS(String) - Method in class no.bbs.server.vos.Env
-
Sets the environment mgmfe DNS name
- setMifv(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setMifv(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setMimeType(MIMEType) - Method in class no.bbs.server.vos.DocumentToSign
-
- setMitm(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setMitmWebAddress(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the MITM WebAddresses and ipAddresses
- setMobileCommTimeout(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setMobileCommTimeout(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setMobileHttpRequestFactory(HttpRequestFactory) - Method in class no.bbs.server.implementation.MerchantContext
-
- setMobileProxyAuthenticationSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Set the proxy authentication settings username:password.
- setMobileProxyHost(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy host for MobileGateway proxy
- setMobileProxyHost(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy host for MobileGateway
- setMobileProxyPassword(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy password for MobileGateway proxy
- setMobileProxyPort(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy port for MobileGateway proxy
- setMobileProxyPort(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy port for MobileGateway
- setMobileProxyPwd(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy pwd for MobileGateway (The merchant application should not set this value)
- setMobileProxyServerSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy server for which BankIDServer uses to route http/https communication
to MobileGateway through.
- setMobileProxyUser(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy user for MobileGateway(The merchant application should not set this value)
- setMobileProxyUsername(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy username for MobileGateway proxy
- setMode(String) - Method in class no.bbs.server.vos.ContextInfo
-
Sets the merchant context mode
- setNamespacePrefix(String) - Method in class no.bbs.bankid.server.xml.XMLAttribute
-
- setNamespacePrefix(String) - Method in class no.bbs.bankid.server.xml.XMLElement
-
- setNextURL(String) - Method in class no.bbs.server.vos.BIDSessionData
-
Used to set the nextURL
- setNextURL(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
The nextURL parameter tells the BankID Web-client which
URL to call when contacting the BankID enabled application
when executing its next request.
- setNonce(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setNumberOfSubCACertificates(int) - Method in class no.bbs.server.vos.PKCS7Info
-
Sets the number of SUB CA Certificates
- setOcspFormat(OCSPFormat) - Method in class no.bbs.server.vos.BIDSessionData
-
Used to set the OCSP format
- setOcspRequest(byte[]) - Method in class no.bbs.server.vos.CertificateStatus
-
- setOcspResponse(byte[]) - Method in class no.bbs.server.vos.CertificateStatus
-
Sets the OCSPResponse
- setOperation(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setOriginator(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the originator
- setOtpServiceName(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set the userprofile otpServiceName parameter.
- setP12Keystore(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the path to the merchant keystore (PKCS#12)
- setPDFSignData(byte[], String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set the data to be signed when signing PDF documents
- setPerfValue(String) - Method in class no.bbs.server.vos.CertificateStatus
-
- setPhoneAlias(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setPhoneNumber(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the PhoneNumber
- setPhoneNumber(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setPolicyOID(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the certificate policy oid
- setPopInfo(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setPopParameters(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setPopParameters(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setPopSignature(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setPopSignature(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setProxyAuthenticationSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Set the proxy authentication settings username:password.
- setProxyHost(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy host
- setProxyPort(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy port
- setProxyPwd(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy pwd (The merchant application should not set this value)
- setProxyServerSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy server for which BankIDServer uses to route http/https communication
through.
- setProxyUser(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy user (The merchant application should not set this value)
- setQcValueLimitAmount(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the limit amout
- setQcValueLimitCurrency(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets teh currency
- setQualified(boolean) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets if the certificate is qualified
- setRAContext(boolean) - Method in class no.bbs.server.implementation.MerchantContext
-
Set true if the merchant certificate is a RASigning cert
- setRawTransactionInfo(Map<String, String>) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setRootCertificate(byte[]) - Method in class no.bbs.server.vos.PKCS7Info
-
Set the Root CA Certificate bytes
- setRunRegisterSSLProvider(boolean) - Method in class no.bbs.server.implementation.MerchantContext
-
- setRunRegisterSSLProvider(boolean) - Method in class no.bbs.server.vos.MerchantConfig
-
- setSdmCommTimeout(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setSdmCommTimeout(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setSdmDNS(String) - Method in class no.bbs.server.implementation.EnvOveride
-
- setSdmDNS(String) - Method in class no.bbs.server.vos.Env
-
- setSdmHttpRequestFactory(HttpRequestFactory) - Method in class no.bbs.server.implementation.MerchantContext
-
- setSDMProxyAuthenticationSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Set the proxy authentication settings username:password.
- setSdmProxyHost(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setSdmProxyHost(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setSdmProxyPassword(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setSdmProxyPort(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setSdmProxyPort(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setSdmProxyPwd(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setSDMProxyServerSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy server for which BankIDServer uses to route http/https communication
to Session Data Manager through.
- setSdmProxyUser(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setSdmProxyUsername(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setSdo(SEID_SDO) - Method in class no.bbs.server.vos.BIDSessionData
-
Used to set the SEID_SDO for sending to the client
- setSecureChannelInfo(SecureChannelInfo) - Method in class no.bbs.server.vos.BIDSessionData
-
- setSerialNumber(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets teh serial number
- setServerChallenge(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setServerInfo(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setServiceHostCommTimeout(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setServiceHostCommTimeout(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setServiceHostDNS(String) - Method in class no.bbs.server.implementation.EnvOveride
-
- setServiceHostDNS(String) - Method in class no.bbs.server.vos.Env
-
- setServiceHostHttpRequestFactory(HttpRequestFactory) - Method in class no.bbs.server.implementation.MerchantContext
-
- setServiceHostProxyAuthenticationSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Set the proxy authentication settings username:password.
- setServiceHostProxyHost(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setServiceHostProxyHost(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setServiceHostProxyPassword(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setServiceHostProxyPort(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setServiceHostProxyPort(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setServiceHostProxyPwd(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setServiceHostProxyServerSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy server for which BankIDServer uses to route http/https communication
to ServiceHost through.
- setServiceHostProxyUser(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setServiceHostProxyUsername(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setSessionKey(SecretKey) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setShowConfirmation(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Set Y to show confirmation or N
- setShowUnderstanding(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Set Y or N to show the "have you understood..."-question in the BankID Client
- setSid(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Merchant session id.
- setSid(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setSifv(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setSignatureAndData(SignatureAndData) - Method in class no.bbs.server.vos.DocumentToSign
-
- setSignCert(X509Certificate) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the merchants signer certificate
- setSignCertificateChain(X509Certificate[]) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the merchant Signer certificate chain
- setSignCertPrivKey(PrivateKey) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the signer certificates private key
- setSignCertPubKey(PublicKey) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the PublicKey that resides in the merchants signer certificate
- setSignData(String, String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set the data to be signed when signing plain text documents
- setSignedData(byte[]) - Method in class no.bbs.server.vos.PKCS7Info
-
Sets the PKCS7 content bytes
- setSignedDataBytes(byte[]) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setSignedDataBytes(byte[]) - Method in class no.bbs.server.vos.SignatureAndData
-
Sets the signed data bytes (plain)
- setSignerCertCN(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the Commonname from the signer certificate
- setSignerCertificate(byte[]) - Method in class no.bbs.server.vos.PKCS7Info
-
Sets the Signer Certificate bytes
- setSignerCertificateCommonName(String) - Method in class no.bbs.server.vos.ContextInfo
-
Sets the signer certificate CommonName
- setSignerCertIssuer(X509Certificate) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the SignerCert issuer cert (CA Level 1)
- setSigners(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the merchant to set the list of signers to be sent to the client.
- setSigningTime(Date) - Method in class no.bbs.server.vos.PKCS7Info
-
Sets the signing time as java.util.Date
- setSignPrivKeyLabel(byte[]) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the signing PrivateKey Label
- setSlot(int) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the slot containg the token (HSM) that holds this
Merchants PrivateKeys
- setSlotDescription(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setSlotFirmWareVersion(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setSlotFlags(String[]) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setSlotHardWareVersion(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setSlotId(int) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setSlotLoggedInSession(int, long) - Method in class no.bbs.server.implementation.BIDFactory
-
Sets the HSM LoggedInSession identifier for the given slotid
- setSlotManufacturerId(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setStatusCode(String) - Method in class no.bbs.server.vos.TransactionAndStatus
-
Sets the statusCode of this transaction
- setSubCACertificate(int, byte[]) - Method in class no.bbs.server.vos.PKCS7Info
-
Sets the SUBCACertificate and the correct level
- setSubCACertificates(HashMap<String, byte[]>) - Method in class no.bbs.server.vos.PKCS7Info
-
Sets the SUB CA Certificate Map
- setSubjectName(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the subject name
- setSuppressBroadcast(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Set to Y if broadcast messages should be suppressed,
else N.
- setTarget(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the merchant to set what target frame it would like the nextURL to appare in.
- setTimeout(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Sets the timeout value
- setTimeout(String) - Method in class no.bbs.server.vos.MobileInfo
-
Deprecated.
- setTokenFreePrivateMemory(int) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenFreePublicMemory(int) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenLabel(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenManufacturerId(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenMaxRWSessionCount(int) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenMaxSessionCount(int) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenModel(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenSerialNumber(String) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenStorage(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the token storage flag
- setTokenSupportedMechanisms(String[]) - Method in class no.bbs.server.vos.SlotAndTokenInfo
-
- setTokenUserPIN(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the the HSM login pwd
- setTokenUserPIN(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the token UserPIN (password) used to login to the token (HSM)
- setTraceID(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
This method is used by the BankIDServer internally.
- setTransactionReference(String) - Method in class no.bbs.server.vos.TransactionAndStatus
-
Sets the transactionReference of this transaction
- setTrustManagers(TrustManager[]) - Method in class no.bbs.server.implementation.MerchantContext
-
- setTrustStore(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the truststore directory
- setUniqueId(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the unique id
- setURL(String) - Method in exception no.bbs.server.exception.BIDException
-
- setUrl(String) - Method in class no.bbs.server.vos.MobileInfo
-
- setUserAgent(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Set the HTTP Header User-Agent value.
- setUserID(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set the userprofile userID.
- setUserIDKeystrokeData(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set the userIDKeystrokeData.
- setVaCommTimeout(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setVaCommTimeout(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setVAHttpRequestFactory(HttpRequestFactory) - Method in class no.bbs.server.implementation.MerchantContext
-
- setValidFrom(Date) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the valid from data
- setValidTo(Date) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the valid to date
- setVaPort(String) - Method in class no.bbs.server.implementation.MerchantContext
-
- setVAPort(String) - Method in class no.bbs.server.vos.MerchantConfig
-
- setVAProxyAuthenticationSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Set the proxy authentication settings username:password.
- setVAProxyHost(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy host for VA proxy
- setVAProxyHost(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy host for VA
- setVAProxyPassword(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy password for VA proxy
- setVAProxyPort(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy port for VA proxy
- setVAProxyPort(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy port for VA
- setVAProxyPwd(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy pwd for VA (The merchant application should not set this value)
- setVAProxyServerSettings(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy server for which BankIDServer uses to route http/https communication
to VA through.
- setVAProxyUser(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the proxy user (The merchant application should not set this value)
- setVAProxyUsername(String) - Method in class no.bbs.server.implementation.MerchantContext
-
Sets the proxy username for VA proxy
- setVaSSLDisabled(boolean) - Method in class no.bbs.server.implementation.MerchantContext
-
- setVASSLDisabled(boolean) - Method in class no.bbs.server.vos.MerchantConfig
-
- setVerifyRequest(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setVerifyResponse(String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method is used by the BankIDServer internally.
- setVersionNumber(String) - Method in class no.bbs.server.vos.CertificateInfo
-
Sets the versionnumber
- setWebAddresses(String) - Method in class no.bbs.server.vos.MerchantConfig
-
Sets the webAddresses.
- setWithCredentials(String) - Method in class no.bbs.server.vos.InitSessionInfo
-
Set to Y if the client should use "with credentials",
else N.
- setXml(String) - Method in class no.bbs.bankid.server.xml.BIDXML
-
- setXmlDSig(String) - Method in class no.bbs.server.vos.XMLDSIG
-
Sets the XML Digital Signature
- setXMLSignData(String, String, String) - Method in class no.bbs.server.vos.BIDSessionData
-
This method can be used to set the data to be signed when signing XML documents
- setXsl(String) - Method in class no.bbs.bankid.server.xml.BIDXML
-
- SHA1_HASH_ALG - Static variable in class no.bbs.server.constants.JServerConstants
-
- SHA1_WITH_RSA_ALG - Static variable in class no.bbs.server.constants.JServerConstants
-
- SHA256_HASH_ALG - Static variable in class no.bbs.server.constants.JServerConstants
-
- SHA256_WITH_RSA_ALG - Static variable in class no.bbs.server.constants.JServerConstants
-
- sign(int, byte[], byte[], String, BIDLogger) - Method in class no.bbs.server.handlers.NativeCryptokiHandler
-
- sign(PrivateKey, byte[], int, byte[], String) - Method in class no.bbs.server.handlers.SignHandler
-
Signs the input tbsData with the input PrivateKey.
- sign(String) - Method in class no.bbs.server.implementation.BIDFacade
-
Converts the data to ISO-LATIN-1 and signs the data
using the Sign Certificate
- sign(String, CMSFormat) - Method in class no.bbs.server.implementation.BIDFacade
-
Converts the data to ISO-LATIN-1 and signs the data
using the Sign Certificate
- sign(byte[]) - Method in class no.bbs.server.implementation.BIDFacade
-
Sign the input data to be signed using the Sign Certificate
- sign(byte[], CMSFormat) - Method in class no.bbs.server.implementation.BIDFacade
-
Sign the input data to be signed using the Sign Certificate
- sign(byte[], boolean, boolean) - Method in class no.bbs.server.implementation.BIDFacade
-
Sign method that signs the input dataToBeSigned with either the authPK or the
signPK based on the useAuthCert input value.
- sign(byte[], boolean, boolean, CMSFormat) - Method in class no.bbs.server.implementation.BIDFacade
-
Sign method that signs the input dataToBeSigned with either the authPK or the
signPK based on the useAuthCert input value.
- signAndCreateDetachedPKCS7(byte[], X509Certificate[], X509Certificate, PrivateKey, int, byte[], boolean) - Method in class no.bbs.server.handlers.sign.PadesBBSignService
-
- signAndCreateDetachedPKCS7(byte[], X509Certificate[], X509Certificate, PrivateKey, int, byte[], boolean) - Method in class no.bbs.server.handlers.sign.PKCS7SignService
-
- signAndCreateDetachedPKCS7(byte[], X509Certificate[], X509Certificate, PrivateKey, int, byte[], boolean) - Method in interface no.bbs.server.handlers.sign.SignService
-
- signAndCreateDetachedPKCS7(byte[], X509Certificate[], X509Certificate, PrivateKey, int, byte[], boolean, CMSFormat) - Method in class no.bbs.server.handlers.SignHandler
-
- SignatureAndChallenge - Class in no.bbs.server.vos
-
Holder instance for a PCKS#7 and a server challenge.
- SignatureAndChallenge() - Constructor for class no.bbs.server.vos.SignatureAndChallenge
-
- SignatureAndData - Class in no.bbs.server.vos
-
Holder object for a generated merchant signature (PKCS#7) and the data that has been signed.
- SignatureAndData() - Constructor for class no.bbs.server.vos.SignatureAndData
-
- signData(byte[], String, PrivateKey) - Static method in class no.bbs.server.util.CryptoUtil
-
Verifies the passed-in signature.
- SignHandler - Class in no.bbs.server.handlers
-
Class that dispatches a sign request to the correct signer instance
----------------------------------------------
Copyright © 2005
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
- SignHandler(MerchantContext) - Constructor for class no.bbs.server.handlers.SignHandler
-
- SignHelper - Class in no.bbs.server.handlers.sign
-
- SignHelper(BIDLogger) - Constructor for class no.bbs.server.handlers.sign.SignHelper
-
- SIGNINGCERTIFICATE_OID - Static variable in class no.bbs.server.constants.JServerConstants
-
- SIGNINGCERTIFICATE_VALUE - Static variable in class no.bbs.server.constants.JServerConstants
-
- signMultipleDocuments(BIDSessionData, OCSPFormat, CMSFormat) - Method in class no.bbs.server.handlers.TransactionHandler
-
- signPKCS1(PrivateKey, byte[], int, byte[], String) - Method in class no.bbs.server.handlers.SignHandler
-
- signPKCS1(byte[], boolean) - Method in class no.bbs.server.implementation.BIDFacade
-
Signs the input data bytes and creates a PKCS#1.
- signPKCS1(byte[]) - Method in class no.bbs.server.implementation.BIDFacade
-
Signs the input data bytes and creates a PKCS#1.
- SignService - Interface in no.bbs.server.handlers.sign
-
- SignServiceFactory - Class in no.bbs.server.handlers.sign
-
- SignServiceFactory() - Constructor for class no.bbs.server.handlers.sign.SignServiceFactory
-
- signSingleDocument(BIDSessionData, String, boolean, SecureChannelInfo, boolean, OCSPFormat, CMSFormat) - Method in class no.bbs.server.handlers.TransactionHandler
-
- signXML(String, String) - Method in class no.bbs.server.implementation.BIDFacade
-
This method constructs a BankIDXML structure using the input:
Input xmlDocumentInput xslDocument
The resulting structure is signed and returned in the SignatureAndData instance.
- signXML(String, String, CMSFormat) - Method in class no.bbs.server.implementation.BIDFacade
-
This method constructs a BankIDXML structure using the input:
Input xmlDocumentInput xslDocument
The resulting structure is signed and returned in the SignatureAndData instance.
- SlotAndTokenInfo - Class in no.bbs.server.vos
-
----------------------------------------------
Copyright © 2005
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
Islam Sakka (04.nov.05)
- SlotAndTokenInfo() - Constructor for class no.bbs.server.vos.SlotAndTokenInfo
-
- SPACE - Static variable in class no.bbs.server.constants.JServerConstants
-
- splitDecryptTransactionData(String, Map<String, String>) - Method in class no.bbs.server.handlers.TransactionHandler
-
Method to split the request into key=value pairs in an HashMap.
- SSLCommunicator - Class in no.bbs.server.communicator
-
Offer several methods to communicate with an external host using the Secure Socket Layer.
- SSLCommunicator() - Constructor for class no.bbs.server.communicator.SSLCommunicator
-
- SSLCommunicatorInterface - Interface in no.bbs.server.interfaces
-
----------------------------------------------
Copyright © 2007
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
Sture Abrahamsen
- SSLTunnelSocketFactory - Class in no.bbs.server.communicator
-
Factory for creating SSL tunnel sockets
----------------------------------------------
Copyright © 2005
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
- SSLTunnelSocketFactory(String, String) - Constructor for class no.bbs.server.communicator.SSLTunnelSocketFactory
-
- storeFile(String, String) - Method in class no.bbs.server.util.FileUtil
-
Creates a file and persists the input data
- STRING_DELIMITER_CHAR - Static variable in class no.bbs.server.constants.JServerConstants
-
- StringUtil - Class in no.bbs.server.util
-
Class that provides method for String manipulation
----------------------------------------------
Copyright © 2005
Bankenes BetalingsSentral AS (BBS)
Organisation Number N- 975 946 231
Haavard Martinsens vei 54
N- 0045 OSLO
Norway
----------------------------------------------
- StringUtil() - Constructor for class no.bbs.server.util.StringUtil
-
- SUN_IBM_INTERNAL_PROTOCOL_HANDLER - Static variable in class no.bbs.server.constants.JServerConstants
-
- SUN_SSL_INTERNAL_PROTOCOL_HANDLER - Static variable in class no.bbs.server.constants.JServerConstants
-
- SYS_PROP_PROXYHOST - Static variable in class no.bbs.server.constants.JServerConstants
-
- SYS_PROP_PROXYPORT - Static variable in class no.bbs.server.constants.JServerConstants
-
- SYS_PROP_PROXYSET - Static variable in class no.bbs.server.constants.JServerConstants
-